home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / utility / day110.zip / DAY11.DOC next >
Text File  |  1992-10-18  |  2KB  |  47 lines

  1. DAY11.DOC    v1.1   Revised 10/18/92 change in DOW.EXE
  2.  
  3. Day/Week Tools
  4.  
  5. This is a set of utilities I wrote to deal with day of the week and
  6. week of the month. I wanted to be able to run a backup file on Monday
  7. and I wanted to run another program during the 2nd week of the month.
  8. Paradox and dBASE vave day of the week functions, but sometimes it's
  9. much tidier to work from a batch file. One of the applications I use
  10. can be set to exit at a certain time with a unique exit code, I then
  11. check for the right day, CALL BA.BAT to run the backup if it's the
  12. right day, otherwise restart the application.
  13.  
  14. The programs included in this set are:
  15.  
  16. WDAY.COM    Returns the day of the week (1-7)
  17.  
  18. DOW.EXE    If day of week matches command line argument (1-7),
  19.            it returns 0, if not matched, returns 1.
  20.            If there is a second argument it also checks for
  21.            match of which weekday is of month.
  22.            Examples:
  23.            DOW 5 returns 0 if today is Thursday, 1 if not.
  24.            DOW 5 3 returns 0 it today is the third Thursday, 1 if not.
  25.  
  26. WOM.EXE    Returns the week of the month (1-5)
  27.  
  28. WHICHDAY.BAT Demonstrates use of WDAY.COM to perform various
  29.              tasks depending on the day of the week.
  30.              Note that errorlevel checking should be done in a
  31.              descending sequence.
  32.  
  33. ISDAY.BAT  Demonstrates use of DOW.EXE
  34.  
  35. WWEK.BAT   Demonstrates use of WOM.EXE
  36.  
  37. This is shareware. If you find the programs useful, please send $10.00 to:
  38.  
  39.      Bill Sorem    (CompueServe 73730,644)
  40.      Computer Obedience School
  41.      4440 Chase Park Court
  42.      Anandale, VA 22003
  43.      703-354-4228
  44.  
  45. Thanks
  46.  
  47.